userandrecancel
repoNative Librarycancel

70 Commits over 1,249 Days - 0.00cph!

11 Years Ago
Copy script for me to test things
11 Years Ago
Added SimplexNoise native library
11 Years Ago
Changed SimplexNoise to RustNative to be used for all future native code
11 Years Ago
Added build and commit scripts for Linux and OS X
11 Years Ago
Minor language setting tweak, probably changes nothing but whatever
11 Years Ago
Added hpp to files filter
11 Years Ago
Added extern "C" to all noise functions
11 Years Ago
Changed Linux and OSX commit scripts to commit all libs in a single commit
11 Years Ago
Trying some stuff to see if it fixes the entry point error on Windows
11 Years Ago
Added 4 missing EXPOSE thingies
11 Years Ago
Replaced some bitmask voodoo with sane operators
11 Years Ago
Changed the simplex noise implementation to a port from GLSL that's a little more sane
11 Years Ago
Moved all custom math to its own namespace
11 Years Ago
Fixed some possible warnings in math.hpp, made floor respect the zero
11 Years Ago
Fixed typo that led to discontinuity in 2D simplex noise Cleaned up code
11 Years Ago
Made noise code file names uppercase, to be consistent with Diogo's naming convention
11 Years Ago
Added composite noise, tweaked simplex noise normalization
11 Years Ago
Removed flto flag from build definitions (were only added for testing purposes, shouldn't have been committed)
11 Years Ago
Removed FastMath flags from RustNative
11 Years Ago
Added missing #pragma once to noise header files
11 Years Ago
OSX Build
11 Years Ago
Removed SteamNative from my copy script
11 Years Ago
Fixed dylib linker names on OSX
11 Years Ago
Removed SteamNative from build scripts
11 Years Ago
OSX Build
11 Years Ago
Removed all cmath calls from noise for testing purposes
11 Years Ago
OSX Build
11 Years Ago
Added -fpmath=sse to Linux and OSX to get proper 32bit and 64bit values
11 Years Ago
OSX Build
11 Years Ago
Reverted mathf to use cmath sqrt again
11 Years Ago
OSX Build
11 Years Ago
Trying FloatStrict (even though it shouldn't make a difference with SSE register math?)
11 Years Ago
Reverted FloatStrict
11 Years Ago
Updated noise generator to double precision
11 Years Ago
OCD
11 Years Ago
OSX Build
10 Years Ago
Changed noise implementation
10 Years Ago
Updated noise backend
10 Years Ago
Noise tweak
10 Years Ago
Jordan noise fix
10 Years Ago
Jordan noise tweak Updated composite noise header file
10 Years Ago
Reverted composite noise to work in normalized space, scale the result by amplitude
10 Years Ago
Noise tweaks
10 Years Ago
OSX Build
10 Years Ago
Fixed SQLite on OSX (and quite possibly Linux)
10 Years Ago
Don't expose SQLite directly by manually adding code to it, instead wrap it in a single C++ file
10 Years Ago
Linked sqlite3 on OSX Added sqlite3.c to build on Windows and Linux
9 Years Ago
▉▍▉▋▊▍ ▌▌▋ ▊▆▅
9 Years Ago
Copy script update
9 Years Ago
Changed MTU from 1430 to 1400 (compatibility)